TimeFraction Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmAlarm.TimeFraction Property

Specifies the fractional portion of the time at which the alarm will go off.


[Visual Basic]
Public Property TimeFraction As Double

[C#]
public Double TimeFraction {get; set;}

[C++]
HRESULT get_TimeFraction(
   double* retval
);
HRESULT put_TimeFraction(
   double val
);

Remarks

Note that the actual time of the alarm is the sum of Arm Alarm Time Second and Arm Alarm Time Fraction. The time is specified as the sum of two values because a single double-precision floating-point value does not have sufficient range and resolution to specify the time. Once the alarm goes off, it will repeat at the period set by Arm Alarm Period the number of times set by Arm Alarm Count.

See Also

IIviLxiSyncArmAlarm Interface | IIviLxiSyncArmAlarm Members | Ivi.LxiSync.Interop Namespace